home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-05-31 | 587 b | 24 lines | [TEXT/MPS ] |
- # >>>>>>>>>Set Directory first <<<<<<<<<<<<<<<<
- # >>>>>>>>>Fix indicated spots<<<<<<<<<<<<<<<<<
- # >>>>>>>>>REMOVE COMMENTS <<<<<<<<<<<<<<<<<<<<
-
- Pascal WriteAt.p
- # Fix ^
-
- Link -w -p WriteAt.p.o ∂
- # Fix ^
-
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- -m WRITEITAT ∂
- # Fix ^ use ALL CAPS with the procedure's name
-
- -rt 4DEX=16114 ∂
- #Fix ^ be sure 4D is the name of 4th Dimension, or change it here
-
- -sg Main2 ∂
- -sn "Main2=WriteAt(&I;&I;&S)" ∂
- # Fix ^ Fix ^ with proper variable list
-
- -o Proc.Ext(WriteAt)